﻿body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
p {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
}

.bas_de_page p {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
}

a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}

a:active {
	text-decoration: none;
	color: #006699;
}

hr {clear: both; border: 0; border-bottom: 1px #008ec2 solid; height: 1px;}
h1{margin:0; padding:0 0 0 0px; font:bold 24px Arial; color:#008ec2;}
h2{margin-top:5px; margin-bottom:3px; padding:0 0 0 0px; font:bold 18px Arial; color:#008ec2;}
h3{margin-top:5px; margin-bottom:3px; padding:0 0 0 0px; font:bold 16px Arial; color:#008ec2;}
h4{margin-top:5px; margin-bottom:3px; padding:0 0 0 0px; font:bold 14px Arial; color:#008ec2;}

#menu_haut ul{
     /* Fallback si d�grad� non dispo*/
     background:#D62300;
	/* D�grad�s */
     background: -webkit-linear-gradient(#F65E01,#D62300);
     background: -moz-linear-gradient(#F65E01,#D62300);
     background: -o-linear-gradient(#F65E01,#D62300);
     background: linear-gradient(#F65E01,#D62300);
	}

#menu_haut ul li:hover{
     background: #444444;
     background: -webkit-linear-gradient(left,#222,#555 5%,#555 95%,#222 100%);
     background: -moz-linear-gradient(left,#222,#555 5%,#555 95%,#222 100%);
     background: -o-linear-gradient(left,#222,#555 5%,#555 95%,#222 100%);
     background: linear-gradient(to right,#222,#555 5%,#555 95%,#222 100%);
	 }
#Layer1 {
	position:relative;
	width:960px;
	z-index:1;
	top: 91px;
	background-color: #FFFFFF;
	text-align: left;
}
#Layer2 {
	position:absolute;
	width:960px;
	z-index:1;
	height: 91px;
	background-color: #FFFFFF;
	text-align: left;
}

.titre_home {
	font:bold 20px Arial; color:#38aad3;
	}

#main {
  -webkit-box-shadow:#DDDDDD 0 0 6px;
  background-color:#F9F9F9;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #DEDEDE;
  box-shadow:#DDDDDD 0 0 6px;
  margin:0 auto;
  position:relative;
  }
 
#contener {
  background-image: url(../images/background_html.png);
  }
#haut {
  background-image: url(../images/fond_haut_selecom.png);
  background-repeat: repeat-x;
  height: 150px;
  }
#effect_haut {
  height: 150px;
  }

#footer {
  background-image: url(../images/fond_bas.jpeg);
  background-repeat: repeat-x;
  }

.footerclass {
  font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
  font-size: 11px;
  }
 
 /****** BOX HOME PAGE ***/
 h5{ margin: 5px 5px 0 10px; color:#FFF; font:12pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold;  }
.boxgrid{ 
	width: 280px; 
	height: 250px; 
	margin:10px; 
	float:left; 
	background:#161613; 
	border: solid 2px #8399AF; 
	overflow: hidden; 
	position: relative; 
	}
	
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
	}
	
.boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
	}
 
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 	}
 
.captionfull .boxcaption {
	top: 250;
	left: 0;
	}
 
.caption .boxcaption {
	top: 220;
	left: 0;
	}
 
.lien_box_grid{
	text-decoration:none;
	font-size:12px;
	color:#e8c537;
	}
 
a.lien_box_grid:hover{
	color:#e8c537;
}

.couleur_rouge {
	color: #006699;
	font-weight: bold;
}

.pucesup {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #999999;
}

.qualibat_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #5a5a5a;
}

.couleur_gris {
	color: #484848;
	font-weight: bold;
}

.button_over:hover{
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	}